home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-06-10 | 2.8 KB | 183 lines |
- head 1.7;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.7
- date 92.06.10.13.04.46; author jhh; state Exp;
- branches ;
- next 1.6;
-
- 1.6
- date 91.04.11.12.55.39; author kupfer; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 89.10.09.21.28.47; author rab; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 89.08.18.11.21.55; author douglis; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 89.08.17.11.16.28; author douglis; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.11.27.16.29.03; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.09.01.15.34.00; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.7
- log
- @make sure all makefiles include TYPE
- @
- text
- @#
- # Prototype Makefile for a subdirectory that forms part of a command.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from @@(TEMPLATE)
- # @@(DATE)
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.6 91/04/11 12:55:39 kupfer Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- ALLSRCS = @@(ALLSRCS)
- MACHINES = @@(MACHINES)
- MAKEFILE = @@(MAKEFILE)
- NAME = @@(NAME)
- SYSMAKEFILE = bigcmd.mk
- TYPE = @@(TYPE)
- DISTDIR ?= @@(DISTDIR)
- #include <settm.mk>
-
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(DEPFILE))
- #include "$(DEPFILE)"
- #endif
- @
-
-
- 1.6
- log
- @Flush DEFTARGET: the default target is now determined by a pmake
- library file.
- @
- text
- @d12 1
- a12 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.5 89/10/09 21:28:47 rab Exp Locker: kupfer $ SPRITE (Berkeley)
- d20 3
- a23 1
- DISTDIR ?= @@(DISTDIR)
- a24 1
- SYSMAKEFILE = bigcmd.mk
- @
-
-
- 1.5
- log
- @Modifications for distribution.
- @
- text
- @d12 1
- a12 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.4 89/08/18 11:21:55 douglis Exp Locker: rab $ SPRITE (Berkeley)
- d20 1
- a20 1
- TM ?= @@(DEFTARGET)
- @
-
-
- 1.4
- log
- @another change for TM -- use single machine if it exists, else \ds3100
- @
- text
- @d12 1
- a12 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.2 88/11/27 16:29:03 ouster Exp Locker: douglis $ SPRITE (Berkeley)
- d21 1
- @
-
-
- 1.3
- log
- @removed DEFTARGET -- we use $MACHINE now
- @
- text
- @d20 1
- a20 1
- TM ?= $(MACHINE)
- @
-
-
- 1.2
- log
- @Various changes to replace old C library entirely with new C library.
- @
- text
- @d12 1
- a12 1
- # $Header: Makefile.bigcmd,v 1.1 88/09/01 15:34:00 ouster Exp $ SPRITE (Berkeley)
- d20 1
- a20 1
- TM ?= @@(DEFTARGET)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d12 1
- a12 1
- # $Header: Makefile.kernel,v 1.10 88/07/20 14:33:18 douglis Exp $ SPRITE (Berkeley)
- d16 1
- a16 1
- MODULE = @@(MODULE)
- d18 2
- a20 6
- ALLSRCS = @@(ALLSRCS)
- MAKEFILE = @@(MAKEFILE)
-
- CC = gcc
- CFLAGS = -g -O
- CTFLAGS = -wt
- @
-